Microsoft Windows Graphic

To verify a trust

Using the Windows interface

  1. Open Active Directory Domains and Trusts.
  2. In the console tree, right-click the domain that contains the trust you want to verify, and then click Properties.
  3. On the Trusts tab, under either Domains trusted by this domain (outgoing trusts) or Domains that trust this domain (incoming trusts), click the trust to be verified, and then click Properties.
  4. Click Validate.
  5. Do one of the following, and then click OK:

Notes

Using a command line

  1. Open Command Prompt.
  2. Type:

    netdom trust TrustingDomainName /d:TrustedDomainName /verify

Value Description
TrustingDomainName Specifies the DNS name of the trusting domain in the trust that is being verified.
TrustedDomainName Specifies the DNS name of the domain that is trusted in the trust that is being verified.

Notes

Related Topics